home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / freeware / pixeltoolbox / Setup.exe / Main / PixelToolbox.exe / PixelToolbox.dxr / Interface_381_file status.ls < prev    next >
Encoding:
Text File  |  2002-06-08  |  139 b   |  8 lines

  1. on mouseEnter me
  2.   put "File status of the current project." into field "status"
  3. end
  4.  
  5. on mouseLeave me
  6.   put EMPTY into field "status"
  7. end
  8.